Point

public final static Point Point(Integer x, Integer y)
public final static Point Point(Integer x, Integer y)

Creates a new instance of Point with the given x and y coordinates.

Since

8.0.0

Parameters

x

The horizontal coordinate of the point.

y

The vertical coordinate of the point.